home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 008 / bonus.arc / README.DOC < prev    next >
Encoding:
Text File  |  1986-09-17  |  2.0 KB  |  41 lines

  1.      Thank you for returning your license agreement.  Doing so
  2.      opens the door for continuing dialogue between yourself and
  3.      Autodesk, Inc.
  4.  
  5.      This disk contains the AutoCAD Standard Menu components,   
  6.      several sample LISP functions, a basic program and an
  7.      additional sample drawing file. 
  8.  
  9.      The Standard Menu delivered with AutoCAD (ACAD.MNU) is
  10.      actually created from a menu macro (ACAC.MND) and a menu
  11.      compiler (MC.EXE) included on this disk.  Instructions for
  12.      using the compiler are in the file MC.DOC.  The digitizer
  13.      template overlay of the Standard Menu was created by plotting
  14.      the drawing TABLET.DWG.  The menu hierarchy (MENUTREE.DWG) is
  15.      also contained on this disk.  Customization of area 1 as
  16.      suggested in Appendix B of the reference manual, is much
  17.      easier using the macro facilities and ACAD.MND.  The
  18.      POINTS.DWG is the source of the fancy point display.
  19.  
  20.      The sample LISP functions are described in the first few
  21.      lines of the functions themselves.  Some of them are quite
  22.      useful, such as ADIM, (which allows "associative
  23.      dimensioning"), CHGTEXT (which allows string substitution in
  24.      text entities) and DELLAYR (which will delete everything on a
  25.      given layer), while some are samples of the power available
  26.      in the AutoLISP macro language, like SPIRAL and RPOLY.  Still
  27.      others are just for fun, like IDLE, TOWER, MOON or the
  28.      competing clocks.  If you develop a useful or interesting
  29.      function, please send it in for possible inclusion on the
  30.      next BONUS disk.
  31.  
  32.      The basic program, CONVERT.BAS, uses an AutoCAD version 2.5
  33.      DXF file as input and translates it to an AutoCAD version 2.18
  34.      compatible DXF file.  Entity information which is specific
  35.      to version 2.5 (e.g. linetype/color by entity, MINSERT row
  36.      and column information, new system variables) is not translated. 
  37.  
  38.      This disk also contains an additional sample drawing,
  39.      LAYOUT.DWG.
  40.  
  41.